home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 September / Amiga Games Extra CD-ROM 9-1996.iso / userbox / publicdomain / vim-4.2 / src / config.h.in < prev    next >
Text File  |  1996-05-29  |  6KB  |  243 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define unless no X support found */
  4. #undef HAVE_X11
  5.  
  6. /* Define when curses library found */
  7. #undef HAVE_LIBCURSES
  8.  
  9. /* Define when termcap library found */
  10. #undef HAVE_LIBTERMCAP
  11.  
  12. /* Define when termlib library found */
  13. #undef HAVE_LIBTERMLIB
  14.  
  15. /* Define when ncurses library found */
  16. #undef HAVE_LIBNCURSES
  17.  
  18. /* Define when terminfo support found */
  19. #undef TERMINFO
  20.  
  21. /* Define when termcap.h contains ospeed */
  22. #undef HAVE_OSPEED
  23.  
  24. /* Define when ospeed can be extern */
  25. #undef OSPEED_EXTERN
  26.  
  27. /* Define when termcap.h contains UP, BC and PC */
  28. #undef HAVE_UP_BC_PC
  29.  
  30. /* Define when UP, BC and PC can be extern */
  31. #undef UP_BC_PC_EXTERN
  32.  
  33. /* Define when termcap.h defines outfuntype */
  34. #undef HAVE_OUTFUNTYPE
  35.  
  36. /* Define when __DATE__ " " __TIME__ can be used */
  37. #undef HAVE_DATE_TIME
  38.  
  39. #undef UNIX        /* define always by current configure script */
  40. #undef SVR4        /* an elf-based system is SVR4. What is linux? */
  41.  
  42. /* Defined to the size of an int */
  43. #undef SIZEOF_INT
  44.  
  45. /*
  46.  * If we cannot trust one of the following from the libraries, we use our
  47.  * own safe but probably slower vim_memmove().
  48.  */
  49. #undef USEBCOPY
  50. #undef USEMEMMOVE
  51. #undef USEMEMCPY
  52.  
  53. /* Define to empty if the keyword does not work.  */
  54. #undef const
  55.  
  56. /* Define to `int' if <sys/types.h> doesn't define.  */
  57. #undef mode_t
  58.  
  59. /* Define to `long' if <sys/types.h> doesn't define.  */
  60. #undef off_t
  61.  
  62. /* Define to `long' if <sys/types.h> doesn't define.  */
  63. #undef pid_t
  64.  
  65. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  66. #undef size_t
  67.  
  68. /* Define to `int' if <sys/types.h> doesn't define.  */
  69. #undef uid_t
  70.  
  71. /* Define to `int' if <sys/types.h> doesn't define.  */
  72. #undef gid_t
  73.  
  74. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  75. #undef TIME_WITH_SYS_TIME
  76.  
  77. /* Define if you can safely include both <sys/time.h> and <sys/select.h>.  */
  78. #undef SYS_SELECT_WITH_SYS_TIME
  79.  
  80. /* Define as the return type of signal handlers (int or void).  */
  81. #undef RETSIGTYPE
  82.  
  83. /* Define as the command at the end of signal handlers ("" or "return 0;").  */
  84. #undef SIGRETURN
  85.  
  86. /* Define if touuper/tolower only work on lower/upercase characters */
  87. #undef BROKEN_TOUPPER
  88.  
  89. /* Define if tgetstr() has a second argument that is (char *) */
  90. #undef TGETSTR_CHAR_P
  91.  
  92. /* Define if you have the sigset() function.  */
  93. #undef HAVE_SIGSET
  94.  
  95. /* Define if the getcwd() function should not be used.  */
  96. #undef BAD_GETCWD
  97.  
  98. /* Define if you have the getcwd() function.  */
  99. #undef HAVE_GETCWD
  100.  
  101. /* Define if you have the getwd() function.  */
  102. #undef HAVE_GETWD
  103.  
  104. /* Define if you have the select() function.  */
  105. #undef HAVE_SELECT
  106.  
  107. /* Define if you have the strcspn() function.  */
  108. #undef HAVE_STRCSPN
  109.  
  110. /* Define if you have the strtol() function.  */
  111. #undef HAVE_STRTOL
  112.  
  113. /* Define if you have the killpg() function.  */
  114. #undef HAVE_KILLPG
  115.  
  116. /* Define if you have the tgetent() function.  */
  117. #undef HAVE_TGETENT
  118.  
  119. /* Define if you have the memset() function.  */
  120. #undef HAVE_MEMSET
  121.  
  122. /* Define if you have the strerror() function.  */
  123. #undef HAVE_STRERROR
  124.  
  125. /* Define if you have the fchown() function.  */
  126. #undef HAVE_FCHOWN
  127.  
  128. /* Define if you have the rename() function. */
  129. #undef HAVE_RENAME
  130.  
  131. /* Define if you have the fsync() function. */
  132. #undef HAVE_FSYNC
  133.  
  134. /* Define if you have the fchdir() function. */
  135. #undef HAVE_FCHDIR
  136.  
  137. /* Define if you have the setenv() function. */
  138. #undef HAVE_SETENV
  139.  
  140. /* Define if you have the putenv() function. */
  141. #undef HAVE_PUTENV
  142.  
  143. /* Define if you have the gettimeofday() function. */
  144. #undef HAVE_GETTIMEOFDAY
  145.  
  146. /* Define if you have the getpwuid() function. */
  147. #undef HAVE_GETPWUID
  148.  
  149. /* Define if you have the getpwnam() function. */
  150. #undef HAVE_GETPWNAM
  151.  
  152. /* Define if you have the qsort() function. */
  153. #undef HAVE_QSORT
  154.  
  155. /* Define if you have the <dirent.h> header file.  */
  156. #undef HAVE_DIRENT_H
  157.  
  158. /* Define if you have the <sys/ndir.h> header file.  */
  159. #undef HAVE_SYS_NDIR_H
  160.  
  161. /* Define if you have the <sys/dir.h> header file.  */
  162. #undef HAVE_SYS_DIR_H
  163.  
  164. /* Define if you have the <ndir.h> header file.  */
  165. #undef HAVE_NDIR_H
  166.  
  167. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  168. #undef HAVE_SYS_WAIT_H
  169.  
  170. /* Define if you have a <sys/wait.h> that is not POSIX.1 compatible. */
  171. #undef HAVE_UNION_WAIT
  172.  
  173. /* This is currently unused in vim: */
  174. /* Define if you have the ANSI C header files. */
  175. /* #undef STDC_HEADERS */
  176.  
  177. /* instead, we check a few STDC things ourselves */
  178. #undef HAVE_STDLIB_H
  179. #undef HAVE_STRING_H
  180.  
  181. /* Define if you have the <sys/select.h> header file.  */
  182. #undef HAVE_SYS_SELECT_H
  183.  
  184. /* Define if you have the <sys/utsname.h> header file.  */
  185. #undef HAVE_SYS_UTSNAME_H
  186.  
  187. /* Define if you have the <termcap.h> header file.  */
  188. #undef HAVE_TERMCAP_H
  189.  
  190. /* Define if you have the <fcntl.h> header file.  */
  191. #undef HAVE_FCNTL_H
  192.  
  193. /* Define if you have the <sgtty.h> header file.  */
  194. #undef HAVE_SGTTY_H
  195.  
  196. /* Define if you have the <sys/ioctl.h> header file.  */
  197. #undef HAVE_SYS_IOCTL_H
  198.  
  199. /* Define if you have the <sys/time.h> header file.  */
  200. #undef HAVE_SYS_TIME_H
  201.  
  202. /* Define if you have the <termio.h> header file.  */
  203. #undef HAVE_TERMIO_H
  204.  
  205. /* Define if you have the <unistd.h> header file.  */
  206. #undef HAVE_UNISTD_H
  207.  
  208. /* Define if you have the <stropts.h> header file. */
  209. #undef HAVE_STROPTS_H
  210.  
  211. /* Define if you have the <errno.h> header file. */
  212. #undef HAVE_ERRNO_H
  213.  
  214. /* Define if you have the <strings.h> header file. */
  215. #undef HAVE_STRINGS_H
  216.  
  217. /* Define if you have the <sys/systeminfo.h> header file. */
  218. #undef HAVE_SYS_SYSTEMINFO_H
  219.  
  220. /* Define if you have the <locale.h> header file. */
  221. #undef HAVE_LOCALE_H
  222.  
  223. /* Define if you have the <sys/stream.h> header file. */
  224. #undef HAVE_SYS_STREAM_H
  225.  
  226. /* Define if you have the <sys/ptem.h> header file. */
  227. #undef HAVE_SYS_PTEM_H
  228.  
  229. /* Define if you have the <termios.h> header file. */
  230. #undef HAVE_TERMIOS_H
  231.  
  232. /* Define if you have the <libc.h> header file. */
  233. #undef HAVE_LIBC_H
  234.  
  235. /* Define if you have the <sys/statfs.h> header file. */
  236. #undef HAVE_SYS_STATFS_H
  237.  
  238. /* Define if you have the <sys/poll.h> header file. */
  239. #undef HAVE_SYS_POLL_H
  240.  
  241. /* Define if you have the <pwd.h> header file. */
  242. #undef HAVE_PWD_H
  243.